projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f16604d
)
another windows build fix
author
Joey Hess
<joeyh@joeyh.name>
Fri, 24 Jan 2025 20:33:26 +0000
(16:33 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 24 Jan 2025 20:33:26 +0000
(16:33 -0400)
Utility/Gpg.hs
patch
|
blob
|
history
diff --git
a/Utility/Gpg.hs
b/Utility/Gpg.hs
index c7f5fe76447751f8f947a80f94649484c6544aa7..5fe911528d3b5ecf4b5e0b52e78b13661060f1d5 100644
(file)
--- a/
Utility/Gpg.hs
+++ b/
Utility/Gpg.hs
@@
-182,7
+182,7
@@
feedRead cmd params passphrase feeder reader = do
withTmpFile (toOsPath "gpg") $ \tmpfile h -> do
liftIO $ B.hPutStr h passphrase
liftIO $ hClose h
- let passphrasefile = [Param "--passphrase-file", File (from
OsPath tmpfile
)]
+ let passphrasefile = [Param "--passphrase-file", File (from
RawFilePath (fromOsPath tmpfile)
)]
go $ passphrasefile ++ params
#endif
where